MCCut
TheMCCut
function returns a copy of the current movie selection from the movie associated with a specified controller and then removes the current movie selection from the source movie. Your application is responsible for the returned movie. If you want to allow the user to paste the movie selection, use the Movie Toolbox'sPutMovieOnScrap
function to place the movie selection onto the scrap. Be sure to dispose of the movie afterward, using the Movie Toolbox'sDisposeMovie
function.
pascal Movie MCCut (MovieController mc);
mc
- Specifies the movie controller for the operation. You obtain this identifier from the Component Manager's
OpenComponent
orOpenDefaultComponent
function, or from theNewMovieController
function (described on page 2-28).DESCRIPTION
TheMCCut
function returns a movie containing the current selection from the movie associated with the specified controller. If the user has not made a selection, the returned movie reference is set tonil
.SEE ALSO
TheMCCut
function is analogous to the Movie Toolbox'sCutMovieSelection
function.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help